------- Step One

Upload the contents of upload/ to their respective folders


-------- Step Two

Import product-radio-and-tv.xml using your products manager


-------- Step Three

Reload your Admin Control Panel, go to

Radio and TV >> Import / Export Stations

And import default-radio-stations.xml

Note: Default TV stations are not supplied, you'll need to add some yourself.

Go to your user groups manager, and set the Radio and TV permissions
for each user group.


--------- Step Four

Now you need to create a link for your Radio and TV add-on in your
forum navigation bar. If you don't have space for it, consider
installing this template mod first:

http://www.vbulletin.org/forum/showthread.php?t=130958

Open your navbar template, and at the very top add

<script type="text/javascript">
<!--
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>

Now for the Radio and TV link, you can find:

		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

And after that, add

        <td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>

Save your navbar template.


------- Step Five

You can now translate phrases that begin with "rs_" to your language.

You can also change your options in your Admin Control Panel under

vBulletin Options >> Radio and TV Options

To start listening to radio and watching TV click on the Radio and TV link in your
navigation bar.

Note you'll need to add some TV stations as they are not supplied.


Enjoy!
